Is C++ really a bad language for beginners? [duplicate]
Posted
by
Chris
on Programmers
See other posts from Programmers
or by Chris
Published on 2013-07-01T22:41:48Z
Indexed on
2013/07/01
23:14 UTC
Read the original article
Hit count: 217
This question already has an answer here:
- Is C++ suitable as a first language? 24 answers
I'm learning C++ right now, and it's the first language I'm learning. I keep seeing on stackexchange and other forums (Reddit, etc.) that I should drop C++ and learn a higher level language like Python or Java. The only arguments I see are that "C++ is harder to learn and is more low-level than others." which don't really give a reason NOT to learn it. I want to know if there are any actual reasons for dropping C++ and taking up another, "easier" language. Or if I should keep focusing on it, and just learn others later (which is what I plan on doing).
© Programmers or respective owner